send a voicecast result Schema
api_result Element
Description

Starts a results connection.

Namespace (none)
Diagram
client_ref Element authentication Element Sequence api_result Element
Overview
api_result

Starts a results connection.

Sequence
authentication xs:string
Confirmation that the username and password has been accepted.
msg_id xs:integer
This field is for your reference ID for the initial transfer request and matches the voicecast request.
error xs:string
This field is for error, if any error in request it contains error code.
Source
<xs:element name="api_result" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="authentication" />
      <xs:element type="xs:integer" name="msg_id" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
send a voicecast result Schema

 

 


© 2013 All Rights Reserved.

Send comments on this topic.